lcFontGetNext Home

Returns a handle to the font object that is placed after the specified font object in the list of available fonts.

 HANDLE lcFontGetNext (
   HANDLE hFont
 );

Parameters
hFont
  Handle to a font object.

Return Value

  Handle to the font object that is placed after hFont in the fonts list.
If there are no objects after hFont, the function returns NULL.

See Also

  lcFontGetFirst